Skip to main content

describeEcsInstanceType

Description

Query detail about instance type.

Request Method

GET

Request Path

/customer/ecs/queryInstanceType

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
offerCodeQueryStringYesNo sample value for this parameter. offer code
regionIdQueryStringYesNo sample value for this parameter. region id
zoneIdQueryStringNoNo sample value for this parameter. zone id

Return data

NameTypeSample valueDescription
resultobject`No sample value for this parameter.`result
resultCodestringNo sample value for this parameter.result code
resultMsgstringNo sample value for this parameter.result message

Example

Successful Response example

"The successful response sample is not recognizable. Please modify API definition in API gateway before re-create the API document."

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}